DestinationRef Constructor(String,Nullable<Boolean>)
In This Topic
Initialize a new instance of the
DestinationRef class.
Syntax
'Declaration
Public Function New( _
ByVal As System.String, _
Optional ByVal As System.Nullable(Of Boolean) _
)
public DestinationRef(
System.string ,
System.Nullable<bool>
)
Parameters
- name
- The name of referenced destination.
- nameTree
- Specifies where referenced destination is in Dests dictionary of document or in Dests subtree of Name Tree.
See Also